Q3Hit_EmptyData
You can use theQ3Hit_EmptyData
function to empty a hit data structure.
TQ3Status Q3Hit_EmptyData (TQ3HitData *hitData);
hitData
- A pointer to a hit data structure.
DESCRIPTION
TheQ3Hit_EmptyData
function disposes of all QuickDraw 3D-allocated memory occupied by the data in the hit data structure specified by thehitData
parameter. You should callQ3Hit_EmptyData
for any hit data structures you had filled out byQ3Pick_GetHitData
.